From: Glenn Morris Date: Wed, 2 Dec 2009 03:02:10 +0000 (+0000) Subject: Comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9133 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9dadb6a5db4d551f7f4e1d667b5a36f5c7835fec;p=emacs.git Comment. --- diff --git a/lisp/woman.el b/lisp/woman.el index 02e20652de9..e19df4b7fec 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1649,6 +1649,8 @@ decompress the file if appropriate. See the documentation for the (defun woman-make-bufname (bufname) "Create an unambiguous buffer name from BUFNAME." + ;; See Bug#5038. Any compression extension has already been removed. + ;; Go from eg "host.conf.5" to "5 host.conf". (let ((dot (string-match "\\.[^.]*\\'" bufname))) (if dot (setq bufname (concat (substring bufname (1+ dot)) " "